Remove private/static markers from the pkg-config file
authorPino Toscano <pino@debian.org>
Tue, 3 Mar 2026 06:38:22 +0000 (07:38 +0100)
committerPino Toscano <pino@debian.org>
Tue, 3 Mar 2026 06:38:22 +0000 (07:38 +0100)
commit6eb5a0d93b066f978d0d62a0fd79c4784d2b51bb
tree6c7655a644d49e391d347b8ed070d2dca90bdfb9
parent5df3c114f4449d38dcb145a15ff442ed92ec13dd
Remove private/static markers from the pkg-config file

Forwarded: not-needed
Origin: vendor
Last-Update: 2023-06-21

The pkg-config file lists as as private the internal libraries used by exiv2.
The problem is that those private markers require the availability of those
other pkg-config files to make exiv2.pc usable; since those are needed only
for static linking, and that there are no static libraries, simply delete them
to make exiv2.pc usable again.

This was forwarded upstream in a cleaner way together with the changes in the
CMake config files, and the changes affecting the pkg-config file were
rejected: https://github.com/Exiv2/exiv2/pull/2872

Gbp-Pq: Name pkgconfig-no-private.diff
cmake/exiv2.pc.in